home *** CD-ROM | disk | FTP | other *** search
/ ASP Advantage 1994 2nd Q2 / The Association of Shareware Professionals - The Official ASP Advantage (2nd Quarter)(1994).bin / go.bat next >
DOS Batch File  |  1994-03-31  |  645b  |  23 lines

  1. @echo off
  2.  
  3. goto start
  4.  
  5. rem This file starts the COPYCAT.EXE program.  This allows
  6. rem access to the CD-ROM library.
  7.  
  8. rem Note: The /C and /Z command line switches are required for operation
  9. rem of the ASP CD-ROM.  All others are optional.
  10.  
  11. rem If you have installed the COPYCAT program to a hard disk you will need
  12. rem to add the following command line switch or pass the CD-ROM drive letter
  13. rem on the command line.  Either:  /DH    ...Added to the GO.BAT file (Where
  14. rem the letter H is the drive letter of your CD-ROM drive.) or enter GO H
  15. rem when you start the program.
  16.  
  17. :start
  18.  
  19. cd\contents
  20. cat /n /z /c /f /s %1 %2
  21.  
  22.  
  23.